ComponentOne ASP.NET MVC Controls
Mask Method (InputTimeBuilder<T>)

C1.Web.Mvc.Fluent Namespace > InputTimeBuilder<T> Class : Mask Method
The value.
Configurates C1.Web.Mvc.InputTime<T>.Mask. Sets a mask to use while the user is editing.
Syntax
'Declaration
 
Public Function Mask( _
   ByVal value As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Mask( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If specified, the mask must be compatible with the value of the Format property. For example, you can use the mask '99:99 >LL' for entering short times (format 't').
See Also

Reference

InputTimeBuilder<T> Class
InputTimeBuilder<T> Members